From: Debian Qt/KDE Maintainers Date: Tue, 9 Dec 2025 19:52:44 +0000 (+0100) Subject: skip-tests-requiring-network X-Git-Tag: archive/raspbian/4%6.5.4-1+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c32168bf0af8b2bbbbcddd41179b783fa833c9ac;p=kdeplasma-addons.git skip-tests-requiring-network Gbp-Pq: Name skip-tests-requiring-network.patch --- diff --git a/runners/converter/autotests/converterrunnertest.cpp b/runners/converter/autotests/converterrunnertest.cpp index 9281cb2b..c646da34 100644 --- a/runners/converter/autotests/converterrunnertest.cpp +++ b/runners/converter/autotests/converterrunnertest.cpp @@ -58,6 +58,7 @@ void ConverterRunnerTest::testMostCommonUnits() */ void ConverterRunnerTest::testCurrency() { + QSKIP("Network not available during build, cannot load currencies"); launchQuery(QStringLiteral("1$")); Converter converter; @@ -77,6 +78,7 @@ void ConverterRunnerTest::testCurrency() */ void ConverterRunnerTest::testLettersAndCurrency() { + QSKIP("Network not available during build, cannot load currencies"); launchQuery(QStringLiteral("4us$>ca$")); QCOMPARE(manager->matches().count(), 1); @@ -143,6 +145,7 @@ void ConverterRunnerTest::testInvalidQuery() void ConverterRunnerTest::testRoundingOfCurrencies() { + QSKIP("Network not available during build, cannot load currencies"); launchQuery(QStringLiteral("40000000000000000000000000000000000000000000000000$")); QVERIFY(!manager->matches().isEmpty()); QVERIFY(!manager->matches().constFirst().text().startsWith("-"));